*,
*::after,
*::before{
    box-sizing: border-box;
}
body{
    background-color: #393F47;
    
}


.header{    
    background:#132530;
    height: 80px;
}


hr {
    width: 100%; /* Ширина */
    height: 2px; /* Высота */
    background: rgb(152, 154, 163); /* Цвет */
}

.from_1_6_for_dressing_room_2_1{
    margin-left: 5px;
}
.from_1_6_for_washroom_2_1_water_tap{
    margin-left: 5px;
}


.logo_img {
    height: 69px;
    width: 197px;
}

.header__top{
    
    position: relative;      
    padding-top: 10px;
    padding-bottom: 10px;
    max-height: 314px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

a{
   color: inherit;
   text-decoration: none;
}




.container1{
    max-width: 900px;
    padding: 0 10px;
    margin: 0 auto;
    background-color: #132530;
}

.container{
    max-width: 900px;
    padding: 0 10px;
    margin: 0 auto;
}

/* .logo_img {
    position: relative;
    bottom: 5px;
    
    transform: scale(0.7);
} */



.logo_img{
    width: 150px;
    height: 80px;
}


.header__top{
    
       
    height: 80px;   
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_top-main_title{
   display: flex;
    
}


.menu{
    margin-top: 15px;
}

.header_line{
    width: 700px;
    margin-bottom: 3px;

}

.menu__list{
    display: flex;
    margin-left: 15px;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
}

.menu__link{
    font-size: 15px;
    
}
.menu__link:hover{
    text-decoration: underline;
}
.menu_item_1_main{
    color: #FE9800;
}
.menu_item_2_main{
    color: #FE9800;
}
.menu_item_3_main{
    color: #FE9800;
}




.container2{
    max-width: 560px;
    padding: 0 10px;
    margin: 0 auto;
    background-color: #d7d7d7;
}
.contents{
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
    padding-top: 10px;
}


.input_data_working_shift{
    display: flex;
}
.working_mode{
    margin-right: auto;
}
.input_data{
    background-color: rgb(255, 255, 255);
    width: 80px;
    height: 18px;
    border: solid rgb(180, 178, 178) 0px;
    border-radius: 5px;
    box-shadow:4px 4px 10px rgba(0,0,0,0.06);
    margin-bottom: 2px;
    
}
.input_data{
    background-color: rgb(255, 255, 255);
    width: 80px;
    height: 18px;
    border: solid rgb(180, 178, 178) 0px;
    border-radius: 5px;
    box-shadow:4px 4px 10px rgba(0,0,0,0.06);
    margin-bottom: 2px;
    
}
.input_data_shift_duration{
    display: flex;
}
.input_data_work_days{
    display: flex;
}
.input_data_duration_of_construction{
    display: flex;
}
.shift_duration{
    margin-right: auto;
}
.normativ_laboriousness{
    margin-right: auto;
}
.work_days{
    margin-right: auto;
}
.duration_of_construction{
    margin-right: auto;
}

.amount_of_workers{
    padding-top: 13px;
    display: flex;
    padding-bottom: 13px;
}
.calculation{
    display: flex;
    padding-bottom: 10px;
}
#working_shift_resolt{
    display: none;
}
#shift_duration_resolt{
    display: none;
}
#work_days_resolt{
    display: none;
}
#duration_of_construction_resolt{
    display: none;
}
#normativ_laboriousness_resolt{
    display: none;
}
#resolt_workforce{
    margin-left: 6px;
    
}

.button{
    background-color: #ffffff;
    border-radius:5px;
    width: 105px;
    height: 20px;
    border: 1px;
    cursor: pointer;

}
.button:hover{
    background-color: #c8ccce;
    transition: 0.2s;
}


.button1_btn{
    display: flex;
    justify-content: center;
    align-items: center;
}

.button1{
    
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: #ffffff;
    
    width: 140px;
    
}
.button1:hover{
    background-color: rgba(126, 126, 126, 0.398); 
}


.text_1{
    padding-top: 10px;
    padding-bottom: 20px;
}

.table{
   border-collapse: collapse;     
    margin: auto;
    border: 2px solid #000000;
    padding-bottom: 30px;
    box-sizing: border-box;
}

tr{
    border: 1px solid #000000;
    box-sizing: border-box;
}

th{
    border: 1px solid #000000;
    align-items: center;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
}

td{
    border: 1px solid #000000;
    width: auto;
    padding: 5px; 
    box-sizing: border-box;   
}
.formula_electrician{
    width: 180px;
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
}

.total{
    height: 30px;
    
}

.table_cell{
    text-align: center;
}

.workersAll{
    display: flex;
    margin-top: 5px;
    
}
#Workers_1_4{
    position: relative;
    top: 16px;
    right: 164px;
}
#Workers_1_5{
    position: relative;
    top: 32px;
    right: 410px;
}
#Workers_1_6{
    position: relative;
    top: 16px;
    right: 455px;
}
h1{
    color: red;
}

.input_work_area{
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: rgb(255, 255, 255);
    width: 82px;
    height: 18px;
    border: solid rgb(180, 178, 178) 0px;
    border-radius: 5px;
    box-shadow:4px 4px 10px rgba(0,0,0,0.06);
    margin-bottom: 2px; 
}
.work_area{
    margin-top: 10px;
    margin-bottom: 10px;
}
.button_electricity{
    margin-bottom: 10px;
    margin-top: 10px;
}

.input_data1{
    background-color: rgb(255, 255, 255);
    width: 80px;
    height: 18px;
    border: solid rgb(180, 178, 178) 0px;
    border-radius: 5px;
    box-shadow:4px 4px 10px rgba(0,0,0,0.06);
    margin-bottom: 2px;   
    
}
.input_data3{
    background-color: rgb(255, 255, 255);
    width: 100px;
    height: 18px;
    border: solid rgb(180, 178, 178) 0px;
    border-radius: 5px;
    box-shadow:4px 4px 10px rgba(0,0,0,0.06);
    margin-bottom: 2px;   
    
}
.textbar0{
    background-color: rgb(255, 255, 255);
    width: 80px;
    height: 18px;
    border: solid rgb(180, 178, 178) 0px;
    border-radius: 5px;
    box-shadow:4px 4px 10px rgba(0,0,0,0.06);
    margin-bottom: 2px;
}
.textbar10{
    background-color: rgb(255, 255, 255);
    width: 80px;
    height: 18px;
    border: solid rgb(180, 178, 178) 0px;
    border-radius: 5px;
    box-shadow:4px 4px 10px rgba(0,0,0,0.06);
    margin-bottom: 2px;
}
.textbar1{
    background-color: rgb(255, 255, 255);
    width: 80px;
    height: 18px;
    border: solid rgb(180, 178, 178) 0px;
    border-radius: 5px;
    box-shadow:4px 4px 10px rgba(0,0,0,0.06);
    margin-bottom: 2px;
}
.textbar11{
    background-color: rgb(255, 255, 255);
    width: 80px;
    height: 18px;
    border: solid rgb(180, 178, 178) 0px;
    border-radius: 5px;
    box-shadow:4px 4px 10px rgba(0,0,0,0.06);
    margin-bottom: 2px;
}
.textbar2{
    background-color: rgb(255, 255, 255);
    width: 80px;
    height: 18px;
    border: solid rgb(180, 178, 178) 0px;
    border-radius: 5px;
    box-shadow:4px 4px 10px rgba(0,0,0,0.06);
    margin-bottom: 2px;
}
.textbar12{
    background-color: rgb(255, 255, 255);
    width: 80px;
    height: 18px;
    border: solid rgb(180, 178, 178) 0px;
    border-radius: 5px;
    box-shadow:4px 4px 10px rgba(0,0,0,0.06);
    margin-bottom: 2px;
}
.textbar3{
    background-color: rgb(255, 255, 255);
    width: 80px;
    height: 18px;
    border: solid rgb(180, 178, 178) 0px;
    border-radius: 5px;
    box-shadow:4px 4px 10px rgba(0,0,0,0.06);
    margin-bottom: 2px;
}
.textbar13{
    background-color: rgb(255, 255, 255);
    width: 80px;
    height: 18px;
    border: solid rgb(180, 178, 178) 0px;
    border-radius: 5px;
    box-shadow:4px 4px 10px rgba(0,0,0,0.06);
    margin-bottom: 2px;
}
.textbar4{
    background-color: rgb(255, 255, 255);
    width: 80px;
    height: 18px;
    border: solid rgb(180, 178, 178) 0px;
    border-radius: 5px;
    box-shadow:4px 4px 10px rgba(0,0,0,0.06);
    margin-bottom: 2px;
}
.textbar14{
    background-color: rgb(255, 255, 255);
    width: 80px;
    height: 18px;
    border: solid rgb(180, 178, 178) 0px;
    border-radius: 5px;
    box-shadow:4px 4px 10px rgba(0,0,0,0.06);
    margin-bottom: 2px;
}
.textbar5{
    background-color: rgb(255, 255, 255);
    width: 80px;
    height: 18px;
    border: solid rgb(180, 178, 178) 0px;
    border-radius: 5px;
    box-shadow:4px 4px 10px rgba(0,0,0,0.06);
    margin-bottom: 2px;
}
.textbar15{
    background-color: rgb(255, 255, 255);
    width: 80px;
    height: 18px;
    border: solid rgb(180, 178, 178) 0px;
    border-radius: 5px;
    box-shadow:4px 4px 10px rgba(0,0,0,0.06);
    margin-bottom: 2px;
}
.textbar6{
    background-color: rgb(255, 255, 255);
    width: 80px;
    height: 18px;
    border: solid rgb(180, 178, 178) 0px;
    border-radius: 5px;
    box-shadow:4px 4px 10px rgba(0,0,0,0.06);
    margin-bottom: 2px;
}
.textbar16{
    background-color: rgb(255, 255, 255);
    width: 80px;
    height: 18px;
    border: solid rgb(180, 178, 178) 0px;
    border-radius: 5px;
    box-shadow:4px 4px 10px rgba(0,0,0,0.06);
    margin-bottom: 2px;
}
.textbar7{
    background-color: rgb(255, 255, 255);
    width: 80px;
    height: 18px;
    border: solid rgb(180, 178, 178) 0px;
    border-radius: 5px;
    box-shadow:4px 4px 10px rgba(0,0,0,0.06);
    margin-bottom: 2px;
}
.textbar17{
    background-color: rgb(255, 255, 255);
    width: 80px;
    height: 18px;
    border: solid rgb(180, 178, 178) 0px;
    border-radius: 5px;
    box-shadow:4px 4px 10px rgba(0,0,0,0.06);
    margin-bottom: 2px;
}
.textbar8{
    background-color: rgb(255, 255, 255);
    width: 80px;
    height: 18px;
    border: solid rgb(180, 178, 178) 0px;
    border-radius: 5px;
    box-shadow:4px 4px 10px rgba(0,0,0,0.06);
    margin-bottom: 2px;
}
.textbar18{
    background-color: rgb(255, 255, 255);
    width: 80px;
    height: 18px;
    border: solid rgb(180, 178, 178) 0px;
    border-radius: 5px;
    box-shadow:4px 4px 10px rgba(0,0,0,0.06);
    margin-bottom: 2px;
}
.textbar9{
    background-color: rgb(255, 255, 255);
    width: 80px;
    height: 18px;
    border: solid rgb(180, 178, 178) 0px;
    border-radius: 5px;
    box-shadow:4px 4px 10px rgba(0,0,0,0.06);
    margin-bottom: 2px;
}
.textbar19{
    background-color: rgb(255, 255, 255);
    width: 80px;
    height: 18px;
    border: solid rgb(180, 178, 178) 0px;
    border-radius: 5px;
    box-shadow:4px 4px 10px rgba(0,0,0,0.06);
    margin-bottom: 2px;
}
.textbar10{
    background-color: rgb(255, 255, 255);
    width: 80px;
    height: 18px;
    border: solid rgb(180, 178, 178) 0px;
    border-radius: 5px;
    box-shadow:4px 4px 10px rgba(0,0,0,0.06);
    margin-bottom: 2px;
}
.textbar110{
    background-color: rgb(255, 255, 255);
    width: 80px;
    height: 18px;
    border: solid rgb(180, 178, 178) 0px;
    border-radius: 5px;
    box-shadow:4px 4px 10px rgba(0,0,0,0.06);
    margin-bottom: 2px;
}



.input_data2{
    background-color: rgb(255, 255, 255);
    width: 180px;
    height: 18px;
    border: solid rgb(180, 178, 178) 0px;
    border-radius: 5px;
    box-shadow:4px 4px 10px rgba(0,0,0,0.06);
    margin-bottom: 2px;
    
}
.table_width{
    width: 196px;
}

div.tab{
    padding: 5px;
    max-width: 100%; 
    overflow-x: hidden; 
    margin-bottom: 20px;
    box-shadow: 2px 2px 4px 2px rgba(0,0,0,.2)}

input[type="checkbox"]:checked + 

.xpandable-block {
  max-height: 830px;
  
}


.xpandable-block {
  max-height: 507px;
  overflow: hidden;
  order: 0;
 -webkit-transition: max-height 1s;
  transition: max-height 1s;
}

input[type="checkbox"] {
 display: none;
}


li {
    list-style-type: none;
}

.electrisity_hidden_formula{
    display: none;
}
.workforse_hidden_formula{
    display: none;
}

.water1_hidden_formula{
    display: none;
}
.water2_hidden_formula{
    display: none;
}
.water_tr_hidden_formula{
    display: none;
}
.air_hidden_formula{
    display: none;
}

.water_consumtion{
    display: flex;
    justify-content: center;
    align-items: center;
}